Nick Lewycky
|
ba5f6eced2
Teach clang -fixit to modify files in-place, or -fixit=suffix to create new
|
15 年之前 |
Fariborz Jahanian
|
33e982bf78
Support for -fno-constant-cfstrings option - wip.
|
15 年之前 |
Douglas Gregor
|
575cf37912
Introduce a limit on the depth of the template instantiation backtrace
|
15 年之前 |
Chandler Carruth
|
eb5d7b7526
Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not
|
15 年之前 |
Anders Carlsson
|
046c294a43
Vtable -> VTable renames across the board.
|
15 年之前 |
Daniel Dunbar
|
fb937b8c5f
clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes.
|
15 年之前 |
Daniel Dunbar
|
3f87fb08dd
Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM option parser.
|
15 年之前 |
Chris Lattner
|
dd17394d22
implement altivec.h and a bunch of support code, patch by Anton Yartsev!
|
15 年之前 |
Zhongxing Xu
|
c09289d104
Add a cc1 option to specify the max number of nodes the analyzer can explore.
|
15 年之前 |
Chris Lattner
|
bbea716832
add frontend support for -fdata-sections and -ffunction-sections,
|
15 年之前 |
Anders Carlsson
|
46116ce06a
Rename -dump-record-layouts to -fdump-record-layouts now that the option behaves like aa flag.
|
15 年之前 |
John McCall
|
7002f4c03c
Turn access control on by default in -cc1.
|
15 年之前 |
Daniel Dunbar
|
b69eca5d21
Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-layouts a bit that Sema honors.
|
15 年之前 |
Chris Lattner
|
83e7a78a9f
rename llvm::llvm_report_error -> llvm::report_fatal_error
|
15 年之前 |
Chris Lattner
|
c100214fdc
add clang -cc1 level support for "-ferror-limit 42"
|
15 年之前 |
Douglas Gregor
|
4c2bcad7b8
Implement support for -nostdc++. Fixes PR6446.
|
15 年之前 |
Daniel Dunbar
|
efb0fa9e11
C++: Add support for -fno-use-cxa-atexit.
|
15 年之前 |
Daniel Dunbar
|
2758595023
clang -cc1: Kill off -empty-input only, and replace with -init-only which is an
|
15 年之前 |
Douglas Gregor
|
94dc8f640e
Optionally store a PreprocessingRecord in the preprocessor itself, and
|
15 年之前 |
John McCall
|
4b7a834e0f
Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804.
|
15 年之前 |
John McCall
|
d46f98573b
Re-introduce the ctor/dtor alias optimization, this time hidden behind a
|
15 年之前 |
John McCall
|
b689afb750
Raise the responsibility for passing -disable-llvm-verifier in NDEBUG builds
|
15 年之前 |
John McCall
|
824e19ed92
Add an option to disable the LLVM verifier pass (which is still always
|
15 年之前 |
Anders Carlsson
|
824d7ea07a
Check in the beginnings of my new vtable layout builder idea.
|
15 年之前 |
Daniel Dunbar
|
7348288456
clang -cc1: Add -fsjlj-exceptions, which requires far too much button pushing.
|
15 年之前 |
Fariborz Jahanian
|
412e798941
Implement synthesizing properties by default.
|
15 年之前 |
Douglas Gregor
|
9bed879896
Introduce a testbed for merging multiple ASTs into a single AST
|
15 年之前 |
Anders Carlsson
|
a508b7de6c
Add support for threadsafe statics, and make them the default (matching gcc).
|
15 年之前 |
Daniel Dunbar
|
da1573f959
clang -cc1: Wire up -emit-obj, for emitting object files.
|
15 年之前 |
Daniel Dunbar
|
984eb8611d
Driver/Frontend: Add support for -fobjc-legacy-dispatch, not yet used.
|
15 年之前 |