John McCall
|
f85e193739
Automatic Reference Counting.
|
14 年之前 |
Douglas Gregor
|
74da19fc3a
Introduce a -cc1-level option to turn off related result type
|
14 年之前 |
Douglas Gregor
|
4c4efee6d3
Eliminate the -f[no]objc-infer-related-result-type flags; there's no
|
14 年之前 |
Douglas Gregor
|
926df6cfab
Implement Objective-C Related Result Type semantics.
|
14 年之前 |
Rafael Espindola
|
fb3f4aad04
Implement -fgnu89-inline. Fixes PR10041.
|
14 年之前 |
Douglas Gregor
|
c9471b0ff1
Introduce the -fdiagnostics-format=xxx option to control how Clang
|
14 年之前 |
Nick Lewycky
|
3dc0541853
Preserve the full name of the file, so that '-c -o foo.pic.o' produces
|
14 年之前 |
Sean Hunt
|
c159870001
Change cycle detection to be based off of a warning flag.
|
14 年之前 |
Nick Lewycky
|
5ea4f44e34
Record where the GCOV data files should be placed.
|
14 年之前 |
Sean Hunt
|
fe57eef44c
Implement a better version of delegating constructor cycle detection.
|
14 年之前 |
Chad Rosier
|
b2dba4bc0e
When using -std= flag added check to make sure language and standard are compatable
|
14 年之前 |
Rafael Espindola
|
f24a151d64
Implement -fno-dwarf2-cfi-asm.
|
14 年之前 |
Chad Rosier
|
39cd58cbff
Removed redundant case statements
|
14 年之前 |
Bob Wilson
|
a0fa203f04
Add -Oz option and use it to set the inline threshold to 25.
|
14 年之前 |
Chandler Carruth
|
f8c247d247
Move all of the logic for __DEPRECATED to the driver based on comments
|
14 年之前 |
Chandler Carruth
|
1cfe3c305c
Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. This
|
14 年之前 |
Chandler Carruth
|
50465d1d2f
There were some frustrating problems with the implementation of
|
14 年之前 |
Francois Pichet
|
8387e2a41e
Add -fdelayed-template-parsing option. Using this option all templated function definitions are parsed at the end of the translation unit only if it is required by an actual instantiation. As such all the symbols of the TU are available during name lookup.
|
14 年之前 |
Nick Lewycky
|
e8ba8d78a2
Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at
|
14 年之前 |
Douglas Gregor
|
7d2b8c1fcc
Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq
|
14 年之前 |
Chris Lattner
|
fc8f0e14ad
fix a bunch of comment typos found by codespell. Patch by
|
14 年之前 |
Peter Collingbourne
|
7e7fbd05a5
C1X: add a language standard
|
14 年之前 |
John McCall
|
a5fc472b35
Fix a bunch of major problems with __unknown_anytype and properly test
|
14 年之前 |
Chris Lattner
|
919f2ca3c2
accept -x objc-cpp-output as an alias for -x objective-c-cpp-output,
|
14 年之前 |
Daniel Dunbar
|
08c6695f60
Frontend: Sketch support for -diagnostic-log-file, which still doesn't do anything.
|
14 年之前 |
Daniel Dunbar
|
969323239f
Integrated-As: Support -Wa,-L when using the integrated assembler.
|
14 年之前 |
Chandler Carruth
|
34b8e6889a
Flip the default for showing include stacks on notes to false. This
|
14 年之前 |
Chandler Carruth
|
abaca7a8be
Add an option to suppress include stack printing on note diagnostics.
|
14 年之前 |
Daniel Dunbar
|
3c66d30d51
Frontend: Add a more explicit -backend-option flag for passing backend command
|
14 年之前 |
Peter Collingbourne
|
207f4d8543
Add support for language-specific address spaces. On top of that,
|
14 年之前 |