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