| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
uncovered.
This required manually correcting all of the incorrect main-module
headers I could find, and running the new llvm/utils/sort_includes.py
script over the files.
I also manually added quite a few missing headers that were uncovered by
shuffling the order or moving headers up to be main-module-headers.
llvm-svn: 169237
|
|
|
|
| |
llvm-svn: 167439
|
|
|
|
| |
llvm-svn: 167340
|
|
|
|
| |
llvm-svn: 167316
|
|
|
|
|
|
| |
No functionality change.
llvm-svn: 167275
|
|
|
|
|
|
| |
No functionality change.
llvm-svn: 167187
|
|
|
|
|
|
|
|
| |
(and the same for isFalse)
No functionality change.
llvm-svn: 167186
|
|
|
|
|
|
| |
Thanks Ted.
llvm-svn: 167176
|
|
|
|
| |
llvm-svn: 167099
|
|
|
|
| |
llvm-svn: 167001
|
|
|
|
|
|
|
|
|
|
|
| |
The ImmutableMap should not be the key into the GDM map as there could
be several entries with the same map type. Thanks, Jordan.
This complicates the usage of the macro a bit. When we want to retrieve
the whole map, we need to use another name. Currently, I set it to be
Name ## Ty as in "type of the map we are storing in the ProgramState".
llvm-svn: 167000
|
|
|
|
| |
llvm-svn: 166999
|
|
This is an example checker for catching fopen fclose API misuses.
llvm-svn: 166976
|