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 година |