Commit History

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